Sort Method

Wintellect PowerCollections

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Overload List

NameDescription
Public methodSort()()
Sorts the list in place.
Public methodSort(IComparer<(Of <T>)>)
Sorts the list in place. A supplied IComparer<T> is used to compare the items in the list.
Public methodSort(Comparison<(Of <T>)>)
Sorts the list in place. A supplied Comparison<T> delegate is used to compare the items in the list.

See Also